.sidebar-right-wrap tbody tr:nth-child(odd) {
    background-color: #f0f0f0;
}
.wp-block-table tr td{
    color: black;
}
.wp-block-table{
    padding: 10px;
    border: 1px solid;
}
.main-content{
    padding-top: 40px !important;
}

.agent-search-btn {
    width: 100%;
    background-color: transparent !important;
    color: #000000;
    padding: 10px 0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}
.font{
    font-family: "Montserrat", sans-serif !important;
}
.wp-block-table.customer{
    padding: 0px !important;
}
.wp-block-table.customer .wp-block-table{
    border: none;
}

.page-title {
    font-size: 38px;
    letter-spacing: 0.5px;
    line-height: 44px;
    margin-bottom: 24px !important;
}
table p{
    margin-bottom: 0px !important;
    line-height: normal !important;
}
table strong{
    margin-bottom: 0px !important;
    line-height: normal !important;
}
.Cormorant{
    font-family: "Cormorant Garamond", serif !important;
}
aside .graceful-widget h2 {
    background: #eeee

}
.intercom-lightweight-app-launcher {
    position: fixed;
    z-index: 2147483003;
    padding: 0 !important;
    margin: 0 !important;
    border: none;
    bottom: 200px;
    right: 20px;
    max-width: 48px;
    width: 48px;
    max-height: 48px;
    height: 48px;
    border-radius: 50%;
    background: #031f4d;
    cursor: pointer;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.06), 0 2px 32px 0 rgba(0, 0, 0, 0.16);
    transition: transform 167ms cubic-bezier(0.33, 0.00, 0.00, 1.00);
    box-sizing: content-box;
}
.intercom-lightweight-app-launcher-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    transition: transform 100ms linear, opacity 80ms linear;
}
.intercom-lightweight-app-launcher-icon-open {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}
.intercom-lightweight-app-launcher-icon-open img{
    height: 24px;
    width: 24px;
}
@media (max-width: 767px) {
    .page-title {
        font-size: 33px;
        line-height: 38px !important;
    }
    .intercom-lightweight-app-launcher{
        bottom: 20px;
    }
}